Skip to content
Advertisement

Tag: bucket

get data from s3 Bucket [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 1 year ago. Improve this question This is my code I got this error while getting the data from the bucket. Answer The error message writes

ERROR: Bucket name must match the regex “^[a-zA-Z0-9.-_]{1,255}$”

When I try to upload images to a bucket, it throw an error “Invalid bucket name “thum.images “: Bucket name must match the regex “^[a-zA-Z0-9.-_]{1,255}$””. I think there is nothing wrong with a bucket name. This is my code to upload image: Answer The “Invalid bucket name “thum.images “: Bucket name must match the regex “^[a-zA-Z0-9.-_]{1,255}$”” error means just what

Advertisement