Documentation
¶
Overview ¶
Copyright 2017, Horst Gutmann
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2017, Horst Gutmann ¶
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2017, Horst Gutmann ¶
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2017, Horst Gutmann ¶
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2017, Horst Gutmann ¶
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BucketObject ¶
type Configuration ¶
type Configuration struct { GoogleProjectID string `yaml:"google_project_id"` Bucket string `yaml:"bucket"` FileSystemFolder string `yaml:"filesystem_folder"` AccessKeyID string `yaml:"access_key_id"` AccessKeySecret string `yaml:"access_key_secret"` Region string `yaml:"region"` DropboxOAuthAccessToken string `yaml:"dropbox_oauth_access_token"` }
type DropboxSink ¶
type DropboxSink struct {
// contains filtered or unexported fields
}
func NewDropboxSink ¶
func NewDropboxSink(ctx context.Context, cfg Configuration) (*DropboxSink, error)
func (*DropboxSink) CreateObject ¶
func (*DropboxSink) ListObjects ¶
func (s *DropboxSink) ListObjects(ctx context.Context, path string) ([]BucketObject, error)
type FSSink ¶
type FSSink struct {
// contains filtered or unexported fields
}
func (*FSSink) CreateObject ¶
func (*FSSink) ListObjects ¶
type GCSSink ¶
type GCSSink struct {
// contains filtered or unexported fields
}
func NewGCSSink ¶
func NewGCSSink(ctx context.Context, cfg Configuration) (*GCSSink, error)
func (*GCSSink) CreateObject ¶
func (*GCSSink) ListObjects ¶
type S3Sink ¶
type S3Sink struct {
// contains filtered or unexported fields
}