Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Utility to Update ACL for Google Store Objects #2891

Open
sachinteotia30 opened this issue Aug 14, 2022 · 0 comments
Open

Utility to Update ACL for Google Store Objects #2891

sachinteotia30 opened this issue Aug 14, 2022 · 0 comments

Comments

@sachinteotia30
Copy link

sachinteotia30 commented Aug 14, 2022

I am using the below code to upload an object in my Google Object store bucket

val gcpSink = GCStorage.resumableUpload(bucketName, objectName, ContentTypes.`text/plain(UTF-8)`, 256 * 1024 * 4)
val result: Future[StorageObject] = fileStream.runWith(gcpSink)
Once this object is uploaded, we need to manually update its ACL to make it publically available.

The request is to make the utility for updating the ACL of an object available.

@sachinteotia30 sachinteotia30 changed the title ACL Utility to Update ACL for Google Store Objects Aug 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants