AmazonS3RequestManager icon indicating copy to clipboard operation
AmazonS3RequestManager copied to clipboard

A request manager that uses Alamofire to serialize requests to the AWS S3 (Amazon Simple Storage Solution). Based on AFAmazonS3Manager

Results 15 AmazonS3RequestManager issues
Sort by recently updated
recently updated
newest added

Hi there! This PR here for your consideration adds support for AmazonS3RequestManager to build with Swift Package Manager, hopefully without breaking Cocoapods or Carthage builds. I thought I'd migrate the...

Amazon S3 only support upload objects up to 5 GB with a single PUT operation. http://docs.aws.amazon.com/AmazonS3/latest/dev/UploadingObjects.html When app try to upload a object which is more than 5 GB size,...

help wanted
will be implemented

I've installed AmazonS3RequestManager version 1.2.0 and I'm working with XCode 10.0 and with Swift 4. Working with the code snippets shown in the Readme file of your POD, I get...

I have been trying it, but it does not even show any messages about the wrong credentials etc. Returning an empty result.

I can't compile your library (i used cocoa pods to attach it)

Supporting libraries may also need to be updated, but it is not currently required for Xcode 9 as it does support swift 3.2.

@AnthonyMDev Hi anthony Amazons3request manager hanlde chunk upload/download? And yes then how to handle ? Its automatically request to server for check for resume? Please provide some info how to...

`S3BucketObjectList` Currently uses this method to parse the files: ` parseContents(xml["ListBucketResult"]["Contents"]) ` However, if you use a delimiter your results are here: `xml["ListBucketResult"]["CommonPrefixes"]` Therefore, if i've understood it correctly, using...

help wanted

The primary issue with adding linux is the reliance on `CommonCrypto`, which requires the use of an `Objective-C` class with a bridging header. Possible alternatives to `CommonCrypto` are `Cipher` and...

help wanted
will be implemented