Is your feature request related to a problem? Please describe.
Hi 👋 I'm a user of smart_open, and would like to propagate a predefined_acl. They use create_resumable_upload_session which seemingly is the only function related to blob uploads that does not accept the predefined_acl kwarg.
Describe the solution you'd like
Allow passing predefined_acl kwarg to create_resumable_upload_session.
Describe alternatives you've considered
Additional context
stevearc/pypicloud#317 (comment)
Is your feature request related to a problem? Please describe.
Hi 👋 I'm a user of
smart_open, and would like to propagate apredefined_acl. They usecreate_resumable_upload_sessionwhich seemingly is the only function related to blob uploads that does not accept thepredefined_aclkwarg.Describe the solution you'd like
Allow passing
predefined_aclkwarg tocreate_resumable_upload_session.Describe alternatives you've considered
Additional context
stevearc/pypicloud#317 (comment)