0.3.0: UGC removed, battlepass context-carrying API, scenario behavior aligned with web SDK, CI publish
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace RudderSdk.Core.Abstractions;
|
||||
|
||||
/// <summary>
|
||||
/// Uploads raw bytes to pre-signed UGC URLs. Optional; required only by
|
||||
/// <see cref="UgcService.UploadAsync"/>.
|
||||
/// </summary>
|
||||
public interface IUploadTransport
|
||||
{
|
||||
/// <summary>PUTs the payload to the pre-signed URL with the given content type.</summary>
|
||||
Task PutAsync(string url, byte[] data, string contentType, CancellationToken cancellationToken = default);
|
||||
}
|
||||
Reference in New Issue
Block a user