We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11133a commit cf9029fCopy full SHA for cf9029f
pkg/server/options.go
@@ -98,7 +98,7 @@ type RemoteStorageOptions struct {
98
S3PathPrefix string
99
S3ExternalIdentifier bool
100
S3InstanceMetadataURL string
101
- FargateMetadataURL string
+ FargateCredentialsURL string
102
}
103
104
type ReplicationOptions struct {
@@ -601,8 +601,8 @@ func (opts *RemoteStorageOptions) WithS3InstanceMetadataURL(url string) *RemoteS
601
602
603
func (opts *RemoteStorageOptions) WithFargateCredentialsURL(fargateCredentialsURL string) *RemoteStorageOptions {
604
- opts.FargateCredentialsURL = fargateCredentialsURL
605
- return opts
+ opts.FargateCredentialsURL = fargateCredentialsURL
+ return opts
606
607
608
// ReplicationOptions
0 commit comments