Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Send409Conflict controls how the Server will respond to calls to PUT on a // previously existing bucket. The default is false, and corresponds to the // us-east-1 s3 enpoint. Setting this value to true emulates the behaviour of // all other regions. // http://docs.amazonwebservices.com/AmazonS3/latest/API/ErrorResponses.html Send409Conflict bool // Address on which to listen. By default, a random port is assigned by the // operating system and the server listens on localhost. ListenAddress string }
Config controls the internal behaviour of the Server. A nil config is the default and behaves as if all configurations assume their default behaviour. Once passed to NewServer, the configuration must not be modified.
type CreateBucketConfiguration ¶
type CreateBucketConfiguration struct {
LocationConstraint string
}
Click to show internal directories.
Click to hide internal directories.