kaniko/vendor/github.com/aws/aws-sdk-go/service/s3
Christian Jantz 65d7b0a9aa Feature/contextsources (#195)
* added switch to extract different sources as build context

* first rough implementation of aws s3

* added buildcontext package and interface

* added GetBuildContext func to buildcontext.go
added fallback to gcs
renamed GC struct to GCS

* improved the default behavior of build context retrieval

* renamed gc:// to gs:// in order to follow common standards

* renamed struct File to Dir and some cleanup work

* moved context.tar suffix to the buildcontext processors where it is needed

* added buildcontext retrieval as struct variable

added fallback if prefix in bucket specifier is present

* cleanup if structures

* added prefix to s3

* WIP

* Fixed build context bugs

* refactored build context
2018-07-06 06:24:50 -07:00
..
s3iface Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
s3manager Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
api.go Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
body_hash.go Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
bucket_location.go Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
customizations.go Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
doc.go Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
doc_custom.go Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
errors.go Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
host_style_bucket.go Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
platform_handlers.go Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
platform_handlers_go1.6.go Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
service.go Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
sse.go Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
statusok_error.go Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
unmarshal_error.go Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
waiters.go Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00