Skip to content

Commit 46f029f

Browse files
authored
Support for error shares_not_implemented (#73)
Signed-off-by: Sameer Shaikh <[email protected]>
1 parent 5dce78c commit 46f029f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

file/provider/util.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ var skipErrorCodes = map[string]bool{
8282
"shares_bad_field_for_rfs_profile": true,
8383
"shares_profile_bandwidth_not_allowed": true,
8484
"shares_bandwidth_invalid": true,
85+
"shares_not_implemented": true,
8586
}
8687

8788
// retry ...

0 commit comments

Comments
 (0)