clj-aws-s3 icon indicating copy to clipboard operation
clj-aws-s3 copied to clipboard

S3 client library for Clojure

Results 30 clj-aws-s3 issues
Sort by recently updated
recently updated
newest added

A small feature request. To be honest this isn't particularly hard to do directly: ``` (def s3-client ;; This looks for credentials in the standard places. (AmazonS3Client. (DefaultAWSCredentialsProviderChain.))) ``` But...

I'm getting `com.amazonaws.services.s3.model.AmazonS3Exception` exception with this description: ``` Status Code: 400, AWS Service: Amazon S3, AWS Request ID: 2A700E5BB5693E09, AWS Error Code: InvalidRequest, AWS Error Message: The authorization mechanism you...

this modification allows uploading to s3 from a stream source, without needing to know the size of the upload before starting (sorry about the group change in project.clj - I...

There is a nice feature in the AWS SDK that will allow you to use the [DefaultAWSCredentialsProviderChain](http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/auth/DefaultAWSCredentialsProviderChain.html). The DefaultAWSCredentialsProviderChain looks for credentials in the following order: - Environment Variables -...

We are having some issues with 0 byte files so part of a debug step we are doing is updating the base aws sdk to latest. There appear to have...

This PR accomplishes two things: Modify get-object and copy-object to support the matchingEtags, nonmatchingEtags, modifiedSince, and unmodifiedSince constriants (defined in AWS's GetObjectRequest and CopyObjectRequest). Modify put-object and the (extend-protocol Mappable......

allow explicit creds, or use of the DefaultAWSCredentialsProviderChain if nothing is given

I'm trying to retrieve a large list of files form an s3 bucket. To do so I need to call `listNextBatchOfObjects` on a `ListObject`, which is what is returned from...

I had a ClassNotFoundException using datomic-pro "0.9.5130" and clj-aws-s3 "0.3.10" when I connect the DynamoDB. The datomic uses aws-java-sdk-core 1.8.11 and clj-aws-s3 the 1.7.5.