AWScala icon indicating copy to clipboard operation
AWScala copied to clipboard

Using AWS SDK on the Scala REPL

Results 74 AWScala issues
Sort by recently updated
recently updated
newest added

Hello In awscala.ec2.SSHEnabledInstance.ssh it imports `import com.decodified.scalassh._`, but in this commit(https://github.com/seratch/AWScala/commit/92cae581f46b33a60b22b3ef787e6c01c2a2c1ca), the library was removed to use a forked version. When i attempt to use EC2 i get an error...

I have the following dependency on my build.sbt and I am using Scala 2.12.1 ``` libraryDependencies += "com.github.seratch" %% "awscala" % "0.6.0" ``` Doing a simple bucket list gives me...

Currently the library just return None for catched exception, which is super difficult to debug. It is suggested to change to return the error to the caller.

To allow atomic increments by field

Is there (or is there planned) support for 1,000 S3 keys via markers? AWS Java has http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/AmazonS3Client.html#listNextBatchOfObjects-com.amazonaws.services.s3.model.ListNextBatchOfObjectsRequest- and I found http://stackoverflow.com/questions/12853476/amazon-s3-returns-only-1000-entries-for-one-bucket-and-all-for-another-bucket-u online for Scala, which sort of works but isn't...

Hi, this might be a trivial question but I am working on an s3 data ingestion pipeline. Given a url (whether its pointing to a public or private bucket), I...

A client doesn't necessarily have the listBuckets permission, but _can_ getObject(bucketName). Using s3.bucket(bucketName) in this case results in exceptions like: com.amazonaws.services.s3.model.AmazonS3Exception: Access Denied (Service: Amazon S3; Status Code: 403; Error...

AWS Java supports Amazon Cognito, it would be great to have the support here in AWScala.