File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,6 @@ Task<ObjectRetentionConfiguration> GetObjectRetentionAsync(GetObjectRetentionArg
137
137
/// <exception cref="InvalidBucketNameException">When bucket name is invalid</exception>
138
138
/// <exception cref="InvalidObjectNameException">When object name is invalid</exception>
139
139
/// <exception cref="BucketNotFoundException">When bucket is not found</exception>
140
- /// <exception cref="ObjectNotFoundException">When object is not found</exception>
141
140
Task RemoveObjectAsync ( RemoveObjectArgs args , CancellationToken cancellationToken = default ) ;
142
141
143
142
/// <summary>
@@ -154,7 +153,6 @@ Task<ObjectRetentionConfiguration> GetObjectRetentionAsync(GetObjectRetentionArg
154
153
/// <exception cref="InvalidObjectNameException">When object name is invalid</exception>
155
154
/// <exception cref="BucketNotFoundException">When bucket is not found</exception>
156
155
/// <exception cref="NotImplementedException">When a functionality or extension is not implemented</exception>
157
- /// <exception cref="ObjectNotFoundException">When object is not found</exception>
158
156
Task < IObservable < DeleteError > > RemoveObjectsAsync ( RemoveObjectsArgs args ,
159
157
CancellationToken cancellationToken = default ) ;
160
158
You can’t perform that action at this time.
0 commit comments