alpakka icon indicating copy to clipboard operation
alpakka copied to clipboard

Utility to Update ACL for Google Store Objects

Open sachinteotia30 opened this issue 2 years ago • 0 comments

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 avatar Aug 14 '22 14:08 sachinteotia30