Older
-
-
r332
(S3 doesn't return a request body on a 404, so handle it on i...) committed by charlie.groves
- S3 doesn't return a request body on a 404, so handle it on its own.
S3 doesn't return a request body on a 404, so handle it on its own.
-
r331
(S3 doesn't return a request body on a 404, so handle it on i...) committed by charlie.groves
- S3 doesn't return a request body on a 404, so handle it on its own.
S3 doesn't return a request body on a 404, so handle it on its own.
-
r330
(Add a couple methods for encoding bucket and object paths
) committed by charlie.groves
- Add a couple methods for encoding bucket and object paths
Add a couple methods for encoding bucket and object paths
-
r329
(Check for problems with the backing file early rather than f...) committed by charlie.groves
- Check for problems with the backing file early rather than forcing all getInputStream callers to
handle a checked exception they can't do anything with
Check for problems with the backing file early rather than forcing all getInputStream callers to
handle a checked exception they can't do anything with
-
r328
(Split a superclass out of S3Object, S3Metadata, that just co...) committed by charlie.groves
- Split a superclass out of S3Object, S3Metadata, that just contains the operations that can be
performed on a metadata lookup.
Split a superclass out of S3Object, S3Metadata, that just contains the operations that can be
performed on a metadata lookup.
-
r327
(Ignore mvn generated eclipse files and build directories
) committed by charlie.groves
- Ignore mvn generated eclipse files and build directories
Ignore mvn generated eclipse files and build directories
-
r326
(Remove extraneous casts and whitespace, fix deprecation warn...) committed by charlie.groves
- Remove extraneous casts and whitespace, fix deprecation warnings and cleanup other bits that Eclipse
flags.
Remove extraneous casts and whitespace, fix deprecation warnings and cleanup other bits that Eclipse
flags.
-
r325
(Implement support for stream-based decompression/compression...) committed by landon.j.fuller
- Implement support for stream-based decompression/compression of S3Object data via S3's content-
coding support.
Implement support for stream-based decompression/compression of S3Object data via S3's content-
coding support.
-
r324
(Add additional missing type annotations
) committed by landon.j.fuller
- Add additional missing type annotations
Add additional missing type annotations
-
-
r322
(Implement mediatype support for scala.
) committed by landon.j.fuller
- Implement mediatype support for scala.
Implement mediatype support for scala.
-
r321
(Add support for setting and returning a content-encoding. Th...) committed by landon.j.fuller
- Add support for setting and returning a content-encoding. This is primarily useful for implementing
compressed S3 storage support.
Add support for setting and returning a content-encoding. This is primarily useful for implementing
compressed S3 storage support.
-
r320
(Add missing license headers
) committed by landon.j.fuller
- Add missing license headers
Add missing license headers
-
r319
(Add subpath support to the Bucket class, and move the subpat...) committed by landon.j.fuller
- Add subpath support to the Bucket class, and move the subpath prototype to the Storage trait
Add subpath support to the Bucket class, and move the subpath prototype to the Storage trait
-
r318
(Implement a Scala API-specific replacement for S3Object.
) committed by landon.j.fuller
- Implement a Scala API-specific replacement for S3Object.
Implement a Scala API-specific replacement for S3Object.
-
r317
(Initial implementation of subpath support
) committed by landon.j.fuller
- Initial implementation of subpath support
Initial implementation of subpath support
-
r316
(Add support for object get, put, and delete.
) committed by landon.j.fuller
- Add support for object get, put, and delete.
Add support for object get, put, and delete.
-
-
r314
(Initial Scala API implementation.
) committed by landon.j.fuller
- Initial Scala API implementation.
Initial Scala API implementation.
-
r313
(Explicitly mark transient errors to aid in implementing retr...) committed by landon.j.fuller
- Explicitly mark transient errors to aid in implementing retry support.
Explicitly mark transient errors to aid in implementing retry support.
-
r312
(- Scala build fixes
- Javadoc reporting support
) committed by landon.j.fuller
- - Scala build fixes
- Javadoc reporting support
- Scala build fixes
- Javadoc reporting support
-
-
-
r309
(Add support for multiple "in-flight" S3Objects
Added suppor...) committed by landon.j.fuller
- Add support for multiple "in-flight" S3Objects
Added support for maintaining multiple inflight S3Objects created via
an S3Connection instance by using the MultiThreadedHttpConnectionManager.
Add support for multiple "in-flight" S3Objects
Added support for maintaining multiple inflight S3Objects created via
an S3Connection instance by using the MultiThreadedHttpConnectionManager.
-
-
r307
(Remove stale Eclipse project files.
Remove Eclipse project ...) committed by landon.j.fuller
- Remove stale Eclipse project files.
Remove Eclipse project files. These will no longer function
with the maven build.
Remove stale Eclipse project files.
Remove Eclipse project files. These will no longer function
with the maven build.
-
-
-
-
-
-
-
r300
(Implement support for a single-jar artifact, with all depend...) committed by landon.j.fuller
- Implement support for a single-jar artifact, with all dependencies included.
Implement support for a single-jar artifact, with all dependencies included.
-
r299
(Add missing dependency on commons-io.
Implement a s3pipe-spe...) committed by landon.j.fuller
- Add missing dependency on commons-io.
Implement a s3pipe-specific S3TestConfig
Add missing dependency on commons-io.
Implement a s3pipe-specific S3TestConfig
-
r298
(Load the test properties from the classpath.
) committed by landon.j.fuller
- Load the test properties from the classpath.
Load the test properties from the classpath.
-
r297
(Give the parent pom a distinct name
) committed by landon.j.fuller
- Give the parent pom a distinct name
Give the parent pom a distinct name
-
-
r295
(Break into two modules -- s3pipe and s3lib) committed by landon.j.fuller
- Break into two modules -- s3pipe and s3lib
Break into two modules -- s3pipe and s3lib
-
r294
(- Move s3lib tests to the test directory.
- Add missing mave...) committed by landon.j.fuller
- - Move s3lib tests to the test directory.
- Add missing maven dependencies for the primary library.
- Move s3lib tests to the test directory.
- Add missing maven dependencies for the primary library.
-
r293
(No longer used in maven layout) committed by landon.j.fuller
- No longer used in maven layout
No longer used in maven layout
-
r292
(Begin maven'izing the project build
) committed by landon.j.fuller
- Begin maven'izing the project build
Begin maven'izing the project build
-
r291
(Retry stream deletions just like we do with uploads when Ama...) committed by nick.barkas
- Retry stream deletions just like we do with uploads when Amazon gives us some
kind of error.
Retry stream deletions just like we do with uploads when Amazon gives us some
kind of error.
-
r290
(- Don't include s3pipe when creating s3lib jar
- Put org.apa...) committed by nick.barkas
- - Don't include s3pipe when creating s3lib jar
- Put org.apache.whatever at base of s3pipe jar instead of within
com.threerings.s3lib.extlibs
- Don't include s3pipe when creating s3lib jar
- Put org.apache.whatever at base of s3pipe jar instead of within
com.threerings.s3lib.extlibs
|