Description:
Discussion group for people who use applications in the JetS3t Java suite to work with their Amazon S3 account.
|
|
|
Change Synchronize() Logging level
|
| |
Hello, I use the latest version of Synchronize in order to upload an artifact to an S3 bucket through an exec-maven-plugin. This is part of our continuous integration process, offered by a Bamboo server. Nevertheless, my build agent machine encountered severe heap memory problems due to the very large... more »
|
|
communication failure to S3 - UnknownHostException
|
| |
James, I have been uploading lots of data to my S3 buckets, as backup. I check existence and last update time for each file I am trying to upload. all went well for a long time, but suddenly I see exception: file Jennings_-_Wilson_12-22-2012_2 17.jpg uploaded to S3 (14:26:49) failed to examine existance: 433556/jennings_-_wilson_12-22 -2012_218.jpg... more »
|
|
ERROR: Target download location is not a directory
|
| |
James (all) Good day! 0.7.3 has worked great for synchronizing our S3 files to multiple backup locations just "in case." Today I thought, well heck, time to upgrade. Did so, but I keep getting this error when synchronizing. Here's the basic command. I did remove the --skipmetadata since it's not longer in... more »
|
|
S3 upload takes very long - ~20 seconds to a 3MB file
|
| |
Please help - what am I doing wrong? this is my code RestS3Service s3Service = new RestS3Service(credentials); // generate the file object using its key S3Object fileObject = new S3Object(file); fileObject.setBucketName(bucke tName); fileObject.setContentLength(fi le.length());... more »
|
|
Use Async Http Request in Jet3s?
|
| |
hi, It seems jet3s is using the regular http request facility of http-components. I wonder if it is possible to use their asycn interface [link] The particular feature I'm interested in is the use the mapped file and NIO channel.... more »
|
|
J2ME and jeS3t
|
| |
Hello, I am planning on developing a J2ME application that can upload+download files to Walrus using the jeS3t API. I am looking for directions... please help!
|
|
Head Request supported in Eucalyptus ?
|
| |
Hi James , Jets3t API implemented functionalities (i.e add third-party Bucket which means bucket sharing ), does have support for open-source Eucalyptus too?. and s3Service.isBucketAccessible(" bucket"); method is supported for Eucalyptus (open source 2.0.3) or not ? please help me. Thanks in Advance.... more »
|
|
Synchronize.sh always found a new file (which it doesn't exist)
|
| |
Hi, I'm using synchronize.sh to get files from my S3 bucket to a local disk (every minute) using: *synchronize.sh --provider s3 DOWN testing.manic /opt/manic/messenger/appinfo/* * * And the output is:* New files: 1, Updated: 0, Reverted: 0, Deleted: 0, Unchanged: 242* * * I don't understand why always it says "there is a new file" because i... more »
|
|
Broken pipe
|
| |
I am currently using:
<dependency>
<groupId>net.java.dev.jets3t</ groupId>
<artifactId>jets3t</artifactId >
<version>0.9.0</version>
</dependency>
When I attempt to upload a 13G file, after about 15 minutes I'm seeing:
org.jets3t.service.S3ServiceEx ception: Request Error:... more »
|
|
|