Package 

Interface S3.Bucket


  • 
    public interface S3.Bucket
    
                        

    Interface for bucket-specific S3 operations

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class S3.Bucket.Companion
    • Method Summary

      Modifier and Type Method Description
      abstract <R extends Any> Result<R, RemoteFailure> invoke(S3BucketAction<R> request) Available actions: CopyKey Create (bucket) CreateKey Delete (bucket) DeleteKey GetKey ListKeys PutKey
      Result<InputStream, RemoteFailure> get(BucketKey key)
      Result<Unit, RemoteFailure> set(BucketKey key, InputStream content)
      • Methods inherited from class org.http4k.connect.amazon.s3.S3.Bucket

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait