You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I am using the below code to upload an object in my Google Object store bucket
The request is to make the utility for updating the ACL of an object available.
The text was updated successfully, but these errors were encountered: