Skip to content

Commit e1ff038

Browse files
authored
Merge pull request #1568 from fluxcd/bucket-aws-proxy
Add proxy support for AWS S3 buckets
2 parents 08fff65 + 625e672 commit e1ff038

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

api/v1beta2/bucket_types.go

-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ type BucketSpec struct {
112112

113113
// ProxySecretRef specifies the Secret containing the proxy configuration
114114
// to use while communicating with the Bucket server.
115-
//
116-
// Only supported for the `generic`, `gcp` and `azure` providers.
117115
// +optional
118116
ProxySecretRef *meta.LocalObjectReference `json:"proxySecretRef,omitempty"`
119117

config/crd/bases/source.toolkit.fluxcd.io_buckets.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,6 @@ spec:
395395
description: |-
396396
ProxySecretRef specifies the Secret containing the proxy configuration
397397
to use while communicating with the Bucket server.
398-
399-
400-
Only supported for the `generic`, `gcp` and `azure` providers.
401398
properties:
402399
name:
403400
description: Name of the referent.

docs/api/v1beta2/source.md

-2
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ github.com/fluxcd/pkg/apis/meta.LocalObjectReference
219219
<em>(Optional)</em>
220220
<p>ProxySecretRef specifies the Secret containing the proxy configuration
221221
to use while communicating with the Bucket server.</p>
222-
<p>Only supported for the <code>generic</code>, <code>gcp</code> and <code>azure</code> providers.</p>
223222
</td>
224223
</tr>
225224
<tr>
@@ -1648,7 +1647,6 @@ github.com/fluxcd/pkg/apis/meta.LocalObjectReference
16481647
<em>(Optional)</em>
16491648
<p>ProxySecretRef specifies the Secret containing the proxy configuration
16501649
to use while communicating with the Bucket server.</p>
1651-
<p>Only supported for the <code>generic</code>, <code>gcp</code> and <code>azure</code> providers.</p>
16521650
</td>
16531651
</tr>
16541652
<tr>

docs/spec/v1beta2/buckets.md

-2
Original file line numberDiff line numberDiff line change
@@ -854,8 +854,6 @@ The Secret can contain three keys:
854854
- `password`, to specify the password to use if the proxy server is protected by
855855
basic authentication. This is an optional key.
856856

857-
This API is only supported for the `generic`, `gcp` and `azure` [providers](#provider).
858-
859857
Example:
860858

861859
```yaml

0 commit comments

Comments
 (0)