goamz icon indicating copy to clipboard operation
goamz copied to clipboard

Golang Amazon Library

Results 96 goamz issues
Sort by recently updated
recently updated
newest added

I think we should add a note to the README and also prevent people opening PR/Issues anymore. As I know aws-sdk-go is being used now across all projects, so this...

Amazon recently decided to stick to this name and use it as a convention in all AWS-related tools. I think that supporting both variable names, the same way that botocore...

S3 purported supports Range requests, but there's no way to specify these in Bucket.Get and friends. Perhaps a GetHeader method or similar is required?

how can i change a s3key with new acl

related to #24 and https://github.com/mitchellh/packer/issues/1539 This patch fixes a number of issues with regards to retry functionality: 1. last retry wiping out response body, which resulted in no error reported...

Derived from https://github.com/ashleydw/goamz/commit/3f178967cbbd97e938df074b1966b3831549f65b

Hi, This PR contains some improvements for: - redundant variable declaration during for loop - skip explicit type during array initialization

Multi.PutPart invoke Multi.putPart. And Multi.putPart invoke Bucket.S3.run with nil of resp means Bucket.S3.run won't close http.Response's Body. And also not seen any Body.Close in Multi.putPart.

Hello. I am using this code to download file from S3 bucket // key, secret and bucketNames are valid vars auth, err := aws.GetAuth(key, secret) if err != nil {...

I use this go s3 library for ceph s3 api. But when I finish multipart upload using "func (m *Multi) Complete(parts []Part)", s3 responsed http code 400. And python boto...